home *** CD-ROM | disk | FTP | other *** search
/ The Virtual Portfolio - N…a Showcase - Book 5 1995 / VIRTUAL [md5 EC7DB5CC033E38E511F666CE80BCE509].ISO / pc / main / green.dir / 00001_Main.ls next >
Encoding:
Text File  |  1995-06-18  |  467 b   |  15 lines

  1. on clickButton whichOne, whichFrame
  2.   puppetSound("Click")
  3.   set the locV of sprite 20 to the locV of sprite whichOne
  4.   set the castNum of sprite 21 to the number of cast (whichFrame & "," & whichOne)
  5.   set the castNum of sprite 22 to the number of cast ("t" & whichFrame & "," & whichOne)
  6.   if whichFrame = 1 then
  7.     if whichOne = 1 then
  8.       set the locV of sprite 22 to 286
  9.     else
  10.       set the locV of sprite 22 to 336
  11.     end if
  12.   end if
  13.   updateStage()
  14. end
  15.